type crypto/tls.endOfEarlyDataMsg

4 uses

	crypto/tls (current package)
		conn.go#L1169: 		m = new(endOfEarlyDataMsg)
		handshake_messages.go#L1123: type endOfEarlyDataMsg struct{}
		handshake_messages.go#L1125: func (m *endOfEarlyDataMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1131: func (m *endOfEarlyDataMsg) unmarshal(data []byte) bool {